QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Note Request Structure

A note request structure combines a tone description structure and a note request information structure to provide all the information available for allocating a note channel. It is defined by the NoteRequest data type.

struct NoteRequest {
    NoteRequestInfo             info;
    ToneDescription             tone;
};
typedef struct NoteRequest NoteRequest;
info
A note request information structure Note Request Information Structure .
tone
A tone description structure Tone Description Structure .

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next